home *** CD-ROM | disk | FTP | other *** search
/ Virtual Vibrations / Virtual Vibrations.iso / mac / Virtual Vibrations / STAR.DXR / 00015.ls < prev    next >
Encoding:
Text File  |  1994-10-28  |  168 b   |  13 lines

  1. on enterFrame
  2.   global voice
  3.   if not (voice = 1) then
  4.     sound stop 2
  5.   end if
  6.   puppetPalette("movie palette")
  7.   updateStage()
  8. end
  9.  
  10. on exitFrame
  11.   global fixpal
  12. end
  13.